home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / tpwprog7.arj / SYSCOLOR.RC < prev    next >
Encoding:
Text File  |  1992-07-02  |  712 b   |  37 lines

  1. #include "windows.h"
  2. #include "syscolor.dlg"
  3.  
  4. 200 ICON syscolor.ico
  5.  
  6. 100  MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  7. BEGIN
  8.   POPUP "&Menu"
  9.   BEGIN
  10.     MenuItem  "&About SysColor...", 101
  11.     MenuItem  "E&xit", 102
  12.   END
  13. END
  14.  
  15. STRINGTABLE LOADONCALL MOVEABLE PURE DISCARDABLE
  16. BEGIN
  17.   0,  "Scroll Bar"
  18.   1,  "Background"
  19.   2,  "Active caption"
  20.   3,  "Inactive caption"
  21.   4,  "Menu"
  22.   5,  "Window"
  23.   6,  "Window frame"
  24.   7,  "Menu text"
  25.   8,  "Window text"
  26.   9,  "Caption text"
  27.   10,  "Active border"
  28.   11,  "Inactive border"
  29.   12,  "App work space"
  30.   13,  "Highlight"
  31.   14,  "Highlight text"
  32.   15,  "Button face"
  33.   16,  "Button shadow"
  34.   17,  "Gray text"
  35.   18,  "Button text"
  36. END
  37.